home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / claire.swf / scripts / DefineButton2_338 / BUTTONCONDACTION on(rollOver).as
Text File  |  2013-04-24  |  98b  |  7 lines

  1. on(rollOver){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.swapDepths(_root.d++);
  5.    }
  6. }
  7.